#pricing .table-custom thead {
    background-color: #0B3F54;
}

#pricing .table-custom thead tr th {
    color: white;
    padding: 10px 32px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    text-transform: none;
}

#pricing .table-custom thead tr th:nth-child(1) {
    border-radius: 10px 0px 0px 0px;
    text-align: left;
}

#pricing .table-custom thead tr th:last-child {
    border-radius: 0px 10px 0px 0px;
    width: 150px;
}

#pricing .table-custom tbody tr td:first-child {
    text-align: left;
}

#pricing .table-custom tr {
    padding: 10px 0px;
    border-radius: 20px 0px;
}

#pricing .table-custom tbody tr td {
    padding: 15px 32px;
    font-size: 16px;
    border-right: 0.5px solid rgb(11, 63, 84, 0.1);
    text-align: center;
    vertical-align: middle;
}

#pricing .table-custom tbody tr:last-child td:nth-child(1) {
    border-bottom-left-radius: 10px;
}

#pricing .table-custom tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#pricing .table-custom tbody tr td:last-child {
    border-right: none;
}

#pricing .table tr:nth-child(even) {
    background-color: #EDF4F9;
}

#pricing .table-custom tbody tr td:first-child {
    color: #0B3F54;
    font-weight: 700;
    font-size: 16px;
}

#pricing .price-img-content img {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}

#pricing .price-img-content td {
    vertical-align: middle;
}

#pricing .price-img-content td:last-child {
    vertical-align: baseline;
}

#pricing .price-img-content td:first-child {
    border-radius: 0 0 0 20px;
}

#pricing .price-img-content td:last-child {
    border-radius: 0 0 20px 0;
}

#pricing table {
    overflow: scroll !important;
}


@media screen and (max-width: 960px) {
    #pricing table-custom tbody tr td:first-child {
        color: #0B3F54;
        font-weight: 700;
        font-size: 18px;
    }
    #pricing table-custom thead tr th {
        font-size: 16px;
        padding: 30px 25px;
    }
    #pricing .table-custom tbody tr td {
        padding: 15px 25px;
        font-size: 14px;
    }
    #pricing .table-custom tbody tr td:first-child {
        font-size: 16px;
    }

}

@media screen and (max-width: 667px) {
    #pricing .table-custom thead tr th {
        padding: 30px 10px;
    }
    #pricing .title {
        font-size: 28px;
        text-align: left !important;
        line-height: 33px;
    }
    #pricing .sub-title {
        font-size: 16px;
        text-align: left !important;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 560px) {
    .table-custom {
        table-layout: fixed;
    }
    #pricing .table-custom thead tr th:nth-child(1) {
        width: 150px
    }
    #pricing .table-custom thead tr th:nth-child(2) {
        width: 150px
    }
    #pricing .table-custom thead tr th:nth-child(3) {
        width: 150px
    }
    #pricing .table-custom thead tr th:nth-child(4) {
        width: 150px
    }
    #pricing .table-custom thead tr th:nth-child(5) {
        width: 150px
    }
    #pricing .table-custom thead tr th {
        font-size: 16px;
    }
    .price .price-card .payment-price {
        align-items: baseline;
    }
    .price .price-card .payment-price {
        align-self: baseline;
    }
   
}


thead tr th {
    vertical-align: middle !important;
}

thead tr th:nth-child(5) {
    line-height: 21px;
}